<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* CSS Document */

/*导航开始*/
.nav{  height:51px;background: #17567f}
.menu { width:1200px; height:51px; position:relative; margin:0 auto;   }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:110px; height:51px; text-align:center; color:#fff;   line-height:51px;  overflow:hidden;  font-size:16px;}

.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;line-height:51px; padding:0;}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:url(../images/x.jpg) no-repeat; width:110px; height:51px;}/********导航背景变色 ******/
.menu ul li:hover ul {display:block; position:absolute;  left:0; width:110px;}
.menu ul li:hover ul li {}
.jg{ width:3px !important; background:url(../images/index_09.jpg) no-repeat; height:51px; padding:0px !important;}
.menu ul li:hover ul li a {display:block; background:#e77817; color:#fff;line-height:24px; height:24px;border-top:#fff 1px dashed; font-size:12px; font-weight:normal;z-index: 13;position:relative;   }/******子栏目 背景*********/
.menu ul li:hover ul li a:hover { color:#666666;line-height:24px; }/******子栏目 背景变色*********/
.menu img{ display:block;}
#bt{background:url(../images/dh.jpg) no-repeat; width:110px; height:51px;}
/*导航结束*/
</pre></body></html>